Xbasic

OBJECT.DOWN Function

Syntax

.Down()

Description

Moves the focus down to the next object (e.g. the next field in a form.)

Discussion

The <OBJECT>.DOWN() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.DOWN() method moves the focus down as if the user had pressed the Down key.

Example

This script moves to the next field on the form:

parentform.down()

Limitations

Desktop applications only.

See Also